home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_479 / checkprt / test < prev    next >
Text File  |  1992-05-06  |  248b  |  11 lines

  1. failat 20   ; CheckPrt returns 10 if it find no printer
  2.  
  3. CheckPrt
  4. IF error 
  5.     echo " Sorry, but your printer seems to be off or not connected" 
  6.     echo " "
  7. ELSE
  8.     echo " You are a winner. Your printer seems to be available"
  9.     echo " "
  10. ENDIF
  11.